home *** CD-ROM | disk | FTP | other *** search
/ Isometric Game Programming with DirectX 7.0 / Isometric Game Programming.iso / directx / dxf / bin / dxutil / dmotest.chm / css / ie4.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2000-09-22  |  6.2 KB  |  383 lines

  1. /* Style sheet optimized for IE4x and above*/
  2.  
  3. A:link  {
  4.     color         : #483D8B;
  5.     }
  6.  
  7. A:visited  {
  8.     color         : #999999;
  9.     }
  10.  
  11. A:active  {
  12.     color         : #0000FF;
  13.     }
  14.  
  15. A:hover  {
  16.     color         : #FFCC00;
  17.     }
  18.  
  19. DIV.clsHi  {
  20.     padding-left     : 2em;
  21.     text-indent     : -2em;
  22.     }
  23.  
  24. body  {
  25.  
  26.     margin        : 0;
  27.     font-size     : 70%;
  28.     font-family     : Verdana, Arial, Helvetica, MS Sans Serif;
  29.     background-color: #FFFFFF;
  30.     color        : #000000;
  31. }
  32.  
  33. #idDocContents{
  34.     padding-top:10;
  35.     padding-bottom:24;
  36.     padding-left:24;
  37.     padding-right:24;
  38. } /* Main document viewable area */
  39.  
  40. #idToolbar{
  41.  
  42. } /* Toolbar */
  43.  
  44. blockquote  {
  45.     margin-left     : 10pt;
  46.     margin-right     : 10pt;
  47.     margin-top     : 10pt;
  48.     margin-bottom     : 10pt;
  49. }
  50.  
  51. blockquote dl  {
  52.     margin-top     : 0pt;
  53. }
  54.  
  55. blockquote table.ref  {
  56.     margin-top     : 0pt;
  57.     margin-bottom     : 6pt;
  58. }
  59.  
  60. blockquote table.swtable  {
  61.     margin-top     : 0pt;
  62.     margin-bottom     : 6pt;
  63. }
  64.  
  65. blockquote table{
  66.     margin-top     : 0pt;
  67.     margin-bottom     : 6pt;
  68. }
  69.  
  70. dl dl{
  71.     margin-top     : 5pt;
  72. }
  73.  
  74. dd {
  75.     margin-top    : 2pt;
  76.     margin-bottom   : 6pt;
  77. }
  78.  
  79. font.na  {
  80.     color         : #B0B0B0;
  81. }
  82.  
  83. h1  {
  84.     font-size     : 150%;
  85.     margin-top     : 1.25em;
  86.     margin-bottom     : .5em;
  87. }
  88.  
  89. h2  {
  90.     font-size     : 135%;
  91.     margin-top     : 1.25em;
  92.     margin-bottom     : .5em;
  93. }
  94.  
  95. h3  {
  96.     font-size     : 120%;
  97.     margin-top     : 1em;
  98.     margin-bottom     : 0em;
  99. }
  100.  
  101. h4  {
  102.     font-size     : 105%;
  103.     margin-top     : .8 em;
  104.     margin-bottom     : 0em;
  105. }
  106.  
  107. h5  {
  108.     letter-spacing:1;
  109.     font-size     : 88%;
  110.     margin-top     : .8 em;
  111.     margin-bottom     : 0em;
  112. }
  113.  
  114. h6  {
  115.     letter-spacing:1;
  116.     font-size     : 78%;
  117.     margin-top     : .6em;
  118.     margin-bottom     : 0em;
  119. }
  120.  
  121. hr  {
  122.     color         : #666666;
  123. }
  124.  
  125. p  {
  126.     margin-top     : .6em;
  127.     margin-bottom     : .6em;
  128. }
  129.  
  130. p.ref  {
  131.     font-weight     : bold;
  132.     margin-top     : 12pt;
  133.     margin-bottom     : 0pt;
  134. }
  135.  
  136. ol  {
  137.     margin-top     : .5em;
  138.     margin-bottom     : 0em;
  139.     margin-left     : 18pt;
  140. }
  141.  
  142. ul  {
  143.     margin-top     : .5em;
  144.     margin-bottom     : 0em;
  145.     margin-left     : 18pt;
  146. }
  147.  
  148. ol ul  {
  149.     list-style     : disc;
  150.     margin-bottom     : 1em;
  151. }
  152.  
  153. li  {
  154.     padding-bottom     : .2em;
  155.     margin-right     : 1em;
  156. }
  157.  
  158. li li  {
  159.     list-style-type : square;
  160. }
  161.  
  162. pre  {
  163.     font-family     : Courier New;
  164.     font-size     : 110%;
  165.     background     : #EEEEEE;
  166.     margin-top     : 1em;
  167.     margin-bottom     : 1em;
  168.     margin-left     : 0pt;
  169.     padding-top     : 5pt;
  170.     padding-bottom     : 5pt;
  171.     padding-left     : 5pt;
  172.     padding-right     : 5pt;
  173. }
  174.  
  175. pre.syntax  {
  176.     font-family     : Verdana, Arial, Helvetica, MS Sans Serif;
  177.     font-size     : 100%;
  178. }
  179.  
  180. code  {
  181.     font-family     : Courier New;
  182.     font-size     : 110%;
  183.     background     : #EEEEEE;
  184. }
  185.  
  186. code.text  {
  187.     font-family     : Courier New;
  188.     font-size     : 110%;
  189.     background     : #FFFFFF;
  190. }
  191.  
  192. table  {
  193.     font-size     : 100%;
  194.     margin-top     : 10pt;
  195.     margin-bottom     : 3pt;
  196.     padding-left     : 2pt;
  197.     padding-right     : 2pt;
  198. }
  199.  
  200. th  {
  201.     text-align     : left;
  202.     background-color: #dddddd;
  203.     margin         : 3pt;
  204.     vertical-align     : bottom;
  205.     padding-right   : 3pt;
  206. }
  207.  
  208. tr  {
  209.     vertical-align     : top;
  210. }
  211.  
  212. td  {
  213.     margin         : 3pt;
  214.     background-color: #EEEEEE;
  215.     vertical-align     : top;
  216.     padding-right   : 3pt;
  217. }
  218.  
  219. table.ref  {
  220.     font-size     : 100%;
  221.     margin-top     : 10pt;
  222.     margin-bottom     : 6pt;
  223.     padding-left     : 2pt;
  224.     padding-right     : 2pt;
  225. }
  226.  
  227. table.ref th  {
  228.     font-weight     : bold;
  229.     text-align     : left;
  230.     background-color: #CCCCCC;
  231.     margin         : 3pt;
  232.     vertical-align     : bottom;
  233. }
  234.  
  235. table.ref tr  {
  236.     vertical-align     : top;
  237. }
  238.  
  239. table.ref td  {
  240.     margin         : 3pt;
  241.     background-color: #EEEEEE;
  242.     vertical-align     : top;
  243. }
  244.  
  245. table.paramvls  {
  246.     margin-top     : .25em;
  247. }
  248.  
  249. /* .main class might need to be removed */
  250. table.main  {
  251.     font-family     : Verdana, Arial, Helvetica, MS Sans Serif;
  252.     background-color: #FFFFFF;
  253.     margin-top     : 0em;
  254.     margin-bottom     : 0em;
  255.     margin-left     : 0em;
  256.     padding-left     : 0em;
  257.     padding-right     : 0em;
  258. }
  259.  
  260. table.main td  {
  261.     background-color: #FFFFFF;
  262. }
  263.  
  264. table.main pre  {
  265.     font-family     : Verdana, Arial, Helvetica, MS Sans Serif;
  266.     font-size     : 8pt;
  267.     margin-top     : 0pt;
  268.     margin-bottom     : 0pt;
  269.     font-weight     : bold;
  270.     background     : #FFFFFF;
  271.     vertical-align     : top;
  272. }
  273.  
  274. /* This might be removed */
  275. a.line  {
  276.     text-decoration : underline;
  277.     font-size     : 8pt;
  278.     color         : black;
  279. }
  280.  
  281. .copyright{
  282.     text-decoration : underline;
  283.     color         : black;
  284.     font-size     : 8pt;
  285.     font-family     : verdana, arial, helvetica, ms sans serif;
  286.     margin-top     : 0;
  287.     margin-bottom     : 0;
  288. }
  289.  
  290. .glossary {
  291.     cursor        : hand;
  292.     color        : green;
  293.     text-decoration    : underline;
  294. }
  295.  
  296. table.swtable  {
  297.     background-color: #ffffff;
  298.     margin-top     : 10pt;
  299.     margin-bottom     : 3pt;
  300.     padding-left     : 2pt;
  301.     padding-right     : 2pt;
  302.     list-style-type : round;
  303. }
  304.  
  305. table.swtable th  {
  306.     background-color: #CCCCCC;
  307.     vertical-align     : top;
  308.     margin-right     : 1em;
  309.     margin-bottom     : .25em;
  310.     list-style-type : square;
  311. }
  312.  
  313. .defvalue  {
  314.     font-weight     : bold;
  315.     font-family     : 'courier new';
  316. } /* use to indicate when text represents a default value*/
  317.  
  318. .literal  {
  319.     font-family     : 'courier new';
  320.     font-size     : 110%;
  321. } /* use to indicate when text represents a value the user should type*/
  322.  
  323. .range  {
  324.     font-style     : italic;
  325. } /* use to indicate when text represents a range of possible values*/
  326.  
  327. div.showme  {
  328.     margin-bottom     : .5em;
  329.     margin-top     : .5em;
  330. }/* ?? */
  331.  
  332. button.showme{
  333.     font-size     : 15;
  334.     font-family     : Arial;
  335.     width         : 88;
  336.     height         : 31;
  337.     background-color: #002F90;
  338.     color         : #FFFFFF;
  339.     font-weight     : bold;
  340. } /* ?? */
  341.  
  342. .clsLinkClone {
  343.     color         : ACTIVECAPTION;
  344.     text-decoration : underline;
  345. }/* used for samples and other unusual type links */
  346.  
  347. table.eventTable th  {
  348.     text-align     : center;
  349.     background-color: #dddddd;
  350.     margin         : 2pt;
  351.     vertical-align     : middle;
  352. }/* Items for special tables in event reference */
  353.  
  354. table.eventTable pre  {
  355.     margin-top    : 0;
  356.     margin-bottom    : 0;    
  357. }/* Override the line space on top and bottom */
  358.  
  359.  
  360. /* Special Styles for use in IE4 for Win32*/
  361. .expanded  {
  362.     display     : inline;
  363.     color         : black;
  364. }
  365.  
  366. /* visible state*/
  367. .collapsed  {
  368.     display     : none;
  369. }
  370.  
  371. /* hidden state*/
  372. .propattr  {
  373.     font-weight     : bold;
  374. }
  375.  
  376. /* pCode == Example block, pSyntax == Syntax block, pEvents = Event Parameter block 
  377.    pCode1 is for 2d example block in same page */
  378.  
  379. #pCode, #pCode1, #pCode2, #pSyntax, #pEvents  {
  380.     display     : none;
  381.     text-decoration : underline;
  382.     cursor         : hand;
  383. }